From: Jo-Philipp Wich Date: Sat, 10 Jan 2015 23:09:40 +0000 (+0100) Subject: libgd: explicitely disable libvpx support (#765) X-Git-Url: http://git.openwrt.org/%22https:/collectd.org/%22http:/www.crowdsec.net//%22https%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22https%22?a=commitdiff_plain;h=71ea5447e8f4a1872f095ed83bbb7ab4aef1ecad;p=feed%2Fpackages.git libgd: explicitely disable libvpx support (#765) Signed-off-by: Jo-Philipp Wich --- diff --git a/libs/libgd/Makefile b/libs/libgd/Makefile index cafd775a68..e940de123f 100644 --- a/libs/libgd/Makefile +++ b/libs/libgd/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2014 OpenWrt.org +# Copyright (C) 2006-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libgd PKG_VERSION:=2.1.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://bitbucket.org/libgd/gd-libgd/downloads @@ -48,6 +48,7 @@ CONFIGURE_ARGS += \ --without-freetype \ --with-jpeg=$(STAGING_DIR)/usr \ --with-png=$(STAGING_DIR)/usr \ + --with-vpx=no \ --without-xpm \ --without-iconv